home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d6 / pcdraft.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-05-08  |  3KB  |  68 lines

  1. echo off
  2. cls
  3. echo\
  4. echo       ┌────────────────────────────────────────────────────────────┐
  5. echo       │       PC-Draft II    Installation  (Disk version)          │
  6. echo       │                                                            │
  7. echo       │       This will create a DRAFT2 sub-directory on your      │
  8. echo       │       current disk. To install on your current hard disk   │
  9. echo       │                                                            │
  10. echo       │   1 - Place this disk in drive A:                          │
  11. echo       │                                                            │
  12. echo       │   2 - Make your hard disk root directory current.          │
  13. echo       │       ie: for the C: drive: enter: [C:] and [CD \]         │
  14. echo       │                                                            │
  15. echo       │   3 - Enter: [A:INSTALL].                                  │
  16. echo       │                                                            │
  17. echo       │       This will extract all the files from the self-       │
  18. echo       │       extracting LHARC files and will create directories   │
  19. echo       │       for the different file types.                        │
  20. echo       │                                                            │
  21. echo       │       This batch file is for those of you who have         │
  22. echo       │       obtained PC-Draft II on disk.                        │
  23. echo       │                                                            │
  24. echo       │       If you do not wish to continue, press Ctrl-C.        │
  25. echo       │                                                            │
  26. echo       └────────────────────────────────────────────────────────────┘
  27. echo\
  28. pause
  29. md draft2
  30. md draft2\fon
  31. md draft2\pic
  32. md draft2\dwg
  33. md draft2\obj
  34. md draft2\mac
  35. md draft2\pat
  36. md draft2\pts
  37. md draft2\scr
  38. cd draft2
  39. a:pcd2-1
  40. a:pcd2-2
  41. if exist a:pcd2-3.exe a:pcd2-3
  42. copy *.fon fon
  43. del *.fon
  44. copy *.pic pic
  45. del *.pic
  46. copy *.dwg dwg
  47. del *.dwg
  48. copy *.mac mac
  49. del *.mac
  50. copy *.obj obj
  51. del *.obj
  52. copy *.pat pat
  53. del *.pat
  54. copy *.scr scr
  55. del *.scr
  56. copy *.pts pts
  57. del *.pts
  58. :exit
  59. echo\
  60. echo       ┌────────────────────────────────────────────────────────────┐
  61. echo       │  Installation is complete. To start PC-Draft II, enter:    │
  62. echo       │                                                            │
  63. echo       │                       DRAFT2                               │
  64. echo       └────────────────────────────────────────────────────────────┘
  65. echo\
  66. echo\
  67.  
  68.